Don't purify in Fmake_byte_code.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 11 Jun 2012 15:13:27 +0000 (11:13 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 11 Jun 2012 15:13:27 +0000 (11:13 -0400)
commitd0fa5b46571dcfc69a4cd89226f23db903ade97e
tree03cf838f6554b636b0cb69ecd08c3076e829d953
parenta9d6a5feed160a81389fdf1a7a2993a423ec2d42
Don't purify in Fmake_byte_code.
* src/alloc.c (make_byte_code): New function.
(Fmake_byte_code): Use it.  Don't purify here.
* src/lread.c (read1): Use it as well to avoid extra allocation.
src/ChangeLog
src/alloc.c
src/lisp.h
src/lread.c